3.258 \(\int (d \cos (a+b x))^{5/2} \sqrt {c \sin (a+b x)} \, dx\)

Optimal. Leaf size=95 \[ \frac {d^2 E\left (\left .a+b x-\frac {\pi }{4}\right |2\right ) \sqrt {c \sin (a+b x)} \sqrt {d \cos (a+b x)}}{2 b \sqrt {\sin (2 a+2 b x)}}+\frac {d (c \sin (a+b x))^{3/2} (d \cos (a+b x))^{3/2}}{3 b c} \]

[Out]

1/3*d*(d*cos(b*x+a))^(3/2)*(c*sin(b*x+a))^(3/2)/b/c-1/2*d^2*(sin(a+1/4*Pi+b*x)^2)^(1/2)/sin(a+1/4*Pi+b*x)*Elli
pticE(cos(a+1/4*Pi+b*x),2^(1/2))*(d*cos(b*x+a))^(1/2)*(c*sin(b*x+a))^(1/2)/b/sin(2*b*x+2*a)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 95, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {2569, 2572, 2639} \[ \frac {d^2 E\left (\left .a+b x-\frac {\pi }{4}\right |2\right ) \sqrt {c \sin (a+b x)} \sqrt {d \cos (a+b x)}}{2 b \sqrt {\sin (2 a+2 b x)}}+\frac {d (c \sin (a+b x))^{3/2} (d \cos (a+b x))^{3/2}}{3 b c} \]

Antiderivative was successfully verified.

[In]

Int[(d*Cos[a + b*x])^(5/2)*Sqrt[c*Sin[a + b*x]],x]

[Out]

(d*(d*Cos[a + b*x])^(3/2)*(c*Sin[a + b*x])^(3/2))/(3*b*c) + (d^2*Sqrt[d*Cos[a + b*x]]*EllipticE[a - Pi/4 + b*x
, 2]*Sqrt[c*Sin[a + b*x]])/(2*b*Sqrt[Sin[2*a + 2*b*x]])

Rule 2569

Int[(cos[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(a*(b*Sin[e +
 f*x])^(n + 1)*(a*Cos[e + f*x])^(m - 1))/(b*f*(m + n)), x] + Dist[(a^2*(m - 1))/(m + n), Int[(b*Sin[e + f*x])^
n*(a*Cos[e + f*x])^(m - 2), x], x] /; FreeQ[{a, b, e, f, n}, x] && GtQ[m, 1] && NeQ[m + n, 0] && IntegersQ[2*m
, 2*n]

Rule 2572

Int[Sqrt[cos[(e_.) + (f_.)*(x_)]*(b_.)]*Sqrt[(a_.)*sin[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[(Sqrt[a*Sin[e +
 f*x]]*Sqrt[b*Cos[e + f*x]])/Sqrt[Sin[2*e + 2*f*x]], Int[Sqrt[Sin[2*e + 2*f*x]], x], x] /; FreeQ[{a, b, e, f},
 x]

Rule 2639

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2*EllipticE[(1*(c - Pi/2 + d*x))/2, 2])/d, x] /; FreeQ[{
c, d}, x]

Rubi steps

\begin {align*} \int (d \cos (a+b x))^{5/2} \sqrt {c \sin (a+b x)} \, dx &=\frac {d (d \cos (a+b x))^{3/2} (c \sin (a+b x))^{3/2}}{3 b c}+\frac {1}{2} d^2 \int \sqrt {d \cos (a+b x)} \sqrt {c \sin (a+b x)} \, dx\\ &=\frac {d (d \cos (a+b x))^{3/2} (c \sin (a+b x))^{3/2}}{3 b c}+\frac {\left (d^2 \sqrt {d \cos (a+b x)} \sqrt {c \sin (a+b x)}\right ) \int \sqrt {\sin (2 a+2 b x)} \, dx}{2 \sqrt {\sin (2 a+2 b x)}}\\ &=\frac {d (d \cos (a+b x))^{3/2} (c \sin (a+b x))^{3/2}}{3 b c}+\frac {d^2 \sqrt {d \cos (a+b x)} E\left (\left .a-\frac {\pi }{4}+b x\right |2\right ) \sqrt {c \sin (a+b x)}}{2 b \sqrt {\sin (2 a+2 b x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.08, size = 70, normalized size = 0.74 \[ \frac {2 d^2 \sqrt [4]{\cos ^2(a+b x)} \tan (a+b x) \sqrt {c \sin (a+b x)} \sqrt {d \cos (a+b x)} \, _2F_1\left (-\frac {3}{4},\frac {3}{4};\frac {7}{4};\sin ^2(a+b x)\right )}{3 b} \]

Antiderivative was successfully verified.

[In]

Integrate[(d*Cos[a + b*x])^(5/2)*Sqrt[c*Sin[a + b*x]],x]

[Out]

(2*d^2*Sqrt[d*Cos[a + b*x]]*(Cos[a + b*x]^2)^(1/4)*Hypergeometric2F1[-3/4, 3/4, 7/4, Sin[a + b*x]^2]*Sqrt[c*Si
n[a + b*x]]*Tan[a + b*x])/(3*b)

________________________________________________________________________________________

fricas [F]  time = 0.45, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sqrt {d \cos \left (b x + a\right )} \sqrt {c \sin \left (b x + a\right )} d^{2} \cos \left (b x + a\right )^{2}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*cos(b*x+a))^(5/2)*(c*sin(b*x+a))^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(d*cos(b*x + a))*sqrt(c*sin(b*x + a))*d^2*cos(b*x + a)^2, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d \cos \left (b x + a\right )\right )^{\frac {5}{2}} \sqrt {c \sin \left (b x + a\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*cos(b*x+a))^(5/2)*(c*sin(b*x+a))^(1/2),x, algorithm="giac")

[Out]

integrate((d*cos(b*x + a))^(5/2)*sqrt(c*sin(b*x + a)), x)

________________________________________________________________________________________

maple [B]  time = 0.18, size = 518, normalized size = 5.45 \[ -\frac {\sqrt {c \sin \left (b x +a \right )}\, \left (d \cos \left (b x +a \right )\right )^{\frac {5}{2}} \left (2 \left (\cos ^{4}\left (b x +a \right )\right ) \sqrt {2}-3 \cos \left (b x +a \right ) \sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \EllipticF \left (\sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}, \frac {\sqrt {2}}{2}\right )+6 \cos \left (b x +a \right ) \sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \EllipticE \left (\sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}, \frac {\sqrt {2}}{2}\right )-3 \sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \EllipticF \left (\sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}, \frac {\sqrt {2}}{2}\right )+6 \sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \EllipticE \left (\sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}, \frac {\sqrt {2}}{2}\right )+\left (\cos ^{2}\left (b x +a \right )\right ) \sqrt {2}-3 \cos \left (b x +a \right ) \sqrt {2}\right ) \sqrt {2}}{12 b \sin \left (b x +a \right ) \cos \left (b x +a \right )^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*cos(b*x+a))^(5/2)*(c*sin(b*x+a))^(1/2),x)

[Out]

-1/12/b*(c*sin(b*x+a))^(1/2)*(d*cos(b*x+a))^(5/2)*(2*cos(b*x+a)^4*2^(1/2)-3*cos(b*x+a)*((1-cos(b*x+a)+sin(b*x+
a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a))/sin(b*x+a))^(1/2)*Ellipti
cF(((1-cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2),1/2*2^(1/2))+6*cos(b*x+a)*((1-cos(b*x+a)+sin(b*x+a))/sin(b*x+a
))^(1/2)*((-1+cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a))/sin(b*x+a))^(1/2)*EllipticE(((1-cos(b*
x+a)+sin(b*x+a))/sin(b*x+a))^(1/2),1/2*2^(1/2))-3*((1-cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a)
+sin(b*x+a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a))/sin(b*x+a))^(1/2)*EllipticF(((1-cos(b*x+a)+sin(b*x+a))/sin(b*x
+a))^(1/2),1/2*2^(1/2))+6*((1-cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a)+sin(b*x+a))/sin(b*x+a))
^(1/2)*((-1+cos(b*x+a))/sin(b*x+a))^(1/2)*EllipticE(((1-cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2),1/2*2^(1/2))+
cos(b*x+a)^2*2^(1/2)-3*cos(b*x+a)*2^(1/2))/sin(b*x+a)/cos(b*x+a)^3*2^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d \cos \left (b x + a\right )\right )^{\frac {5}{2}} \sqrt {c \sin \left (b x + a\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*cos(b*x+a))^(5/2)*(c*sin(b*x+a))^(1/2),x, algorithm="maxima")

[Out]

integrate((d*cos(b*x + a))^(5/2)*sqrt(c*sin(b*x + a)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int {\left (d\,\cos \left (a+b\,x\right )\right )}^{5/2}\,\sqrt {c\,\sin \left (a+b\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*cos(a + b*x))^(5/2)*(c*sin(a + b*x))^(1/2),x)

[Out]

int((d*cos(a + b*x))^(5/2)*(c*sin(a + b*x))^(1/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*cos(b*x+a))**(5/2)*(c*sin(b*x+a))**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________